Actual Tools Home Page

Target Window

Some window rule types, like Specific Windows and Excluded Windows, have a special set of criteria that allows you to precisely identify the target window. These criteria are based on the internal properties inherent to all windows and on any additional values assigned to specific windows by the Windows® operating system.

Actual Tools programs use the following three window properties for target window identification:

  • window class - internal window type identifier; i.e., its "system name". This is the most accurate method of target window identification although it's sometimes insufficient by itself, since many windows of the same class nevertheless differ significantly. A good example of such windows is an Explorer folder window: you can have several such folders open simultaneously in different windows but all of them will have the same window class value, so window class alone is insufficient to distinguish them from one other.
  • window program - the name of the main .EXE file for the application spawning a particular window or set of windows. Use this property to create a common setting for all the windows, associated with a single application, but note that "all" actually does mean ALL windows - including all program-related dialogs, queries, messages, alerts, etc.
  • window caption - visible window identifier appearing in its title bar. In most cases this method of window identification will be used in conjunction with the first two, but occasionally it can be used as a lone means of identifying a window if the need arises. You have the option of specifying either the complete string of characters appearing in the title bar of any particular window as an exact match, such as Microsoft Word - which will target only windows containing that exact, literal string; or alternately you can specify any partial substring match, such as Microsoft (by itself) - which will target any and all windows containing the string Microsoft, including Microsoft Word, Microsoft Excel, Microsoft Outlook etc.

Note  You can combine criteria to make target window restrictions more specific but be aware that - once specified - a target window so defined must conform to ALL such restrictions and not merely to any single one of them. In other words this is an AND...AND situation and not an EITHER...OR. The more criteria you use the more precise the window specification. For example, if you activate the Window Class criterion for a rule and set its value to CabinetWClass then all folder windows will be affected by this rule. If, in addition to this, you activate the Window Caption criterion, select the substring match mode and set the value to music, then only folder windows displaying this partial substring in their caption - like My Music, Temporary Music Files, etc. - will be affected. If, on the other hand, you select the exact match mode and set the value to My Computer then only the My Computer folder window will be affected.

While Actual Tools programs allow you to supply values for all these criteria manually they also provide two quick and easy magic tools - Window Finder and Window Selector - for the automatic retrieval and application of established values from windows you've already set up.


 Copyright © 2002-2007 Actual Tools. All rights reserved.
 Last modified: June 2, 2006.